body {
  background-color: #fff;
  padding: 0;
  margin: 0;
  height: 100%;
}

.p-content {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.mt-8 {
  margin-top: 8rem;
}

.mt-6 {
  margin-top: 6rem;
}

.row-mt {
  margin-top: 3rem;
}

/* 设置自定义导航按钮的样式 */
.owl-custom-nav .owl-prev {
  background-image: url("../images/cc-chevron-left.png");
  /* 设置左箭头图像 */
}

.owl-custom-nav .owl-next {
  background-image: url("../images/cc-chevron-right.png");
  /* 设置右箭头图像 */
}

#first-screen .fixed-top-custom .logo-text {
  display: inline-block;
  vertical-align: bottom;
  line-height: 48px;
  margin-left: 10px;
  font-weight: 700;
}

#first-screen .fixed-top-custom.min .logo-text {
  color: black;
}

#first-screen .fixed-top-custom.min {
  background-color: rgba(255, 255, 255, 0.87);
  color: black !important;
}

#first-screen .fixed-top-custom {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4);/*rgba(15, 125, 181, 0.4)*/
  transition: background-color 0.3s ease;
}

#first-screen .fixed-top-custom.navbar {
  border-bottom: 3px solid #b2b5b5 !important;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

#first-screen .fixed-top-custom.min.navbar {
  border-bottom: none !important;
}

#first-screen .navbar .nav-item .dropdown-menu {
  display: block;
  top: calc(100% - 35px);
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  border-radius: 5% !important;
}

#first-screen .navbar .nav-item:hover .dropdown-menu {
  top: calc(100% + 25px);
  visibility: visible;
  transition: 0.5s;
  opacity: 1;
}

#first-screen .fixed-top-custom.navbar .dropdown-menu .dropdown-item.active,
#first-screen .fixed-top-custom.navbar .dropdown-menu .dropdown-item:active {
  color: white;
}

#first-screen .fixed-top-custom.min.navbar .dropdown-menu .dropdown-item.active,
#first-screen
  .fixed-top-custom.min.navbar
  .dropdown-menu
  .dropdown-item:active {
  color: black;
}

#first-screen .fixed-top-custom .nav-item.active::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 3px;
  background-color: white;
  top: 1.5rem;
}

#first-screen .fixed-top-custom.min .nav-item.active::after {
  background-color: black;
}

#first-screen .fixed-top-custom .english-btn {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  border-width: 1px;
  font-size: 0.8rem;
  text-decoration: none !important;
  border-radius: 2rem;
}

#first-screen .fixed-top-custom .english-btn:hover {
  color: black !important;
}

#first-screen .fixed-top-custom.min .english-btn {
  border: 1px solid black;
  color: black;
}

#first-screen .fixed-top-custom.min .english-btn:hover {
  color: black !important;
}

#first-screen .fixed-top-custom.min .navbar-nav .nav-link {
  color: black !important;
}


#first-screen .carousel-item img {
  height: 100vh;
}

#first-screen .carousel-indicators {
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin-right: 40px;
}

#first-screen .carousel-indicators li {
  background-color: transparent;
  color: white;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  padding: 0.5rem 4rem;
  position: relative;
  text-indent: 0;
}

#first-screen .carousel-indicators li.active {
  color: white;
  font-size: 1.4rem;
}

#first-screen .carousel-indicators li.active::after {
  content: "";
  position: absolute;
  right: -3.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background-color: white;
}

#first-screen .carousel-caption-left {
    position: absolute;
    top: 50%;
    left: 10rem;
    transform: translateY(-50%);
    text-align: left;
    color: white;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.23);
    display: inline-block;
    padding-right: 6rem;
    padding-top: 2rem;
    border-radius: 20px;
    border: 1px solid rgba(15,125,181, 0.23);
    box-shadow: 0 0 7px -1px #D6D6D6;
}

#first-screen .carousel-caption-left h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: 700;
  font-style: italic;
  position: relative;
  z-index: 2;
}

#first-screen .carousel-caption-left h2:first-of-type {
  left: 2rem;
}

#first-screen .carousel-caption-left h2:nth-of-type(2) {
  left: 4rem;
}

#first-screen .carousel-caption-left h2::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0px;
  width: 120px;
  height: 10px;
 /* background: url("../images/text-bar.png") no-repeat;*/
  background-size: cover;
  z-index: 1;
  /* 确保 ::after 伪元素在 h2 元素之下 */
}

#first-screen .carousel-caption-left .btn {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  position: relative;
  top: 6rem;
  left: 2rem;
  background-color: #0f7db5;
  border: none;
  color: white;
}

#first-screen .carousel-caption-left .btn img {
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}

.more-btn {
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
  background-color: #0f7db5;
  color: white;
  border: none;
  border-radius: 4px;
}

.more-btn img {
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 1rem;
}

#custom-carousel .custom-col {
  flex: 0 0 calc(25% - 20px);
  width: 25%;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 340px;
  padding: 20px;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: height 0.3s ease;
}

#custom-carousel .custom-col:first-child {
  margin-left: 10px;
}

#custom-carousel .custom-col:last-child {
  margin-right: 0;
}

#custom-carousel .custom-col h1 {
  font-size: 24px;
  margin: 20px 0 30px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#custom-carousel .custom-col p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  text-align: justify;
}

#custom-carousel .custom-col .details {
  margin-top: 20px;
  color: #107db6;
  cursor: pointer;
}

#custom-carousel .custom-col:hover {
  background-color: #107db6;
}

#custom-carousel .custom-col:hover p {
  color: white;
}

#custom-carousel .custom-col:hover h1 {
  color: white;
}

#custom-carousel .custom-col:hover .details {
  color: white;
}

#custom-carousel .carousel-controls {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -6rem;
  width: 100%;
}

#custom-carousel .carousel-control-prev,
#custom-carousel .carousel-control-next {
  position: relative;
  width: 20px;
  height: 30px;
  background-image: url("../images/doublearrow.png");
  background-size: 124px 30px;
}

#custom-carousel .carousel-control-prev {
  background-position: left;
  margin-right: 4rem;
}

#custom-carousel .carousel-control-next {
  background-position: right;
}

/* 新闻中心 */

.xwzx {
  position: relative;
}

.xwzx .section-heading h2 {
  margin-right: 180px;
}

.xwzx .top-dec {
  text-align: right;
  margin-top: -80px;
}

.xwzx .top-dec img {
  max-width: 270px;
}

.xwzx .left-image {
  position: relative;
}

.xwzx .left-image::before {
  /* content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px; */
}

.xwzx .left-image img {
  /* border-radius: 20px; */
  width: 360px;
  height: 240px;
  /* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); */
}

.xwzx .left-image .info {
  position: relative;
}

.xwzx .left-image .info .inner-content {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-right: 75px;
  position: absolute;
  margin-top: -100px;
  padding: 30px;
}

.xwzx .left-image ul li {
  display: inline-block;
  font-size: 15px;
  color: #afafaf;
  font-weight: 300;
  margin-right: 20px;
}

.xwzx .left-image ul li:last-child {
  margin-right: 0px;
}

.xwzx .left-image ul li i {
  color: var(--primary);
  font-size: 16px;
  margin-right: 8px;
}

.xwzx .left-image h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 20px 0px 15px 0px;
}

.xwzx .left-image .info .main-blue-button {
  position: absolute;
  bottom: -80px;
  left: 0;
}

.xwzx .left-list {
  margin-right: 30px;
}

.xwzx .left-list ul li {
  display: inline-flex;
  width: 100%;
  margin-bottom: 60px;
}

.xwzx .left-list ul li:last-child {
  margin-bottom: 0;
}

.xwzx .left-list .right-content {
  margin-left: 45px;
  position: relative;
  padding-bottom: 40px;
  /* 给底部的span和a留出空间 */
  box-sizing: border-box;
  width: 100%;
}

.xwzx .left-list .right-content .fotter {
}

.xwzx .left-list .right-content .fotter span {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #2a2a2a;
  font-weight: 400;
  font-size: 18px !important;
}

.xwzx .left-list .right-content .fotter a {
  position: absolute;
  bottom: 0px;
  right: 0;
  font-size: 16px !important;
  color: #2a2a2a;
  font-weight: 700;
}

.xwzx .left-list .right-content h4 {
  font-size: 21px;
  font-weight: 700;
/*  color: #2a2a2a;*/
  margin: 0px 0px 15px 0px;
}

.xwzx .left-list .right-content h4 {
  font-size: 20px;
  font-weight: 700;
 /* color: #2a2a2a;*/
  margin: 0px 0px 15px 0px;
}

.xwzx .left-list .right-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  /* 限制显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}

.xwzx .left-list .right-image img {
  width: 200px;
  height: 200px;
  border-radius: 20px;
}

.xwzx .nav-tabs {
  background: transparent !important;
  border: none;
  margin-left: 20px;
}

.xwzx .nav-tabs .nav-item .nav-link {
  border: none;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.xwzx .nav-tabs .nav-item .nav-link.active {
  background-color: transparent !important;
  font-weight: 700;
  color:rgba(58,130,170, 0.99);
}

.xwzx .nav-tabs .nav-item .nav-link.active::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 4px;
  background-color:rgba(58,130,170, 0.99);
  top: -8px;
}

.xwzx .news-content {
  display: flex;
  /* border-bottom: 1px solid #e4e7ed; */
  padding: 0px;
  cursor: pointer;
}
.xwzx .news-content:hover{
background-color:rgba(255,255,255,0.5);
color:rgba(15,125,181);
}
.xwzx .news-content:hover a{
color:rgba(15,125,181);
font-weight:500;
}
.xwzx .news-content .news-date {
  text-align: center;
  /*width: 15%;*/
  padding-right: 16px;
      float: left;
    padding: 0.1rem 0.5rem;
}

.xwzx .news-content .news-date strong {
  font-size: 2rem;
  text-align: center;
  /* margin-bottom: 12px; */
  /* padding: 0 6px; */
  display: inline-block;
}

.xwzx .news-content .news-date .year-month {
  /* text-align: center; */
  font-size: 11px;
}

.xwzx .news-content .news-txt {
  text-align: left;
  width: 80%;
  padding: 13px;
  /* margin-left: 16px; */
/*  float: left;*/
display: table-cell;
}

.xwzx .news-content .news-txt h5 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100%;
}

.jptstj .nav-tabs {
  background: transparent !important;
  border-bottom: 2px solid #e4e7ed;
}

.jptstj .nav-tabs .nav-item .nav-link {
  border: none;
  color: #fff !important;
  font-weight: 400;
  padding-left: 0;
  padding-right: 20px;
}

.jptstj .nav-tabs .nav-item:last-child .nav-link {
  padding-right: 0px;
}

.jptstj .nav-tabs .nav-item .nav-link.active {
  background-color: transparent !important;
  font-weight: 700;
}

.jptstj .nav-tabs .nav-item .nav-link.active::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 3px;
  background-color: white;
  bottom: -7px;
}

.jptstj .tab-content .tab-pane {
  height: 600px;
}

.jptstj .owl-carousel {
  height: 500px;
}

.jptstj .content_wrapper {
  position: relative;
  height: auto;
  bottom: 144px;
  left: 35.5%;
  width: 500px;
  min-width: 500px;
  color: white;
  overflow: hidden;
  z-index: 9;
  text-align: center;
}

.jptstj .content_wrapper .content_title {
  margin-bottom: 0;
  text-align: center;
}

.jptstj .content_wrapper .content_title .title {
  font-size: 22px;
  line-height: 25px;
  color: white;
  /* text-align: left; */
}

.jptstj .content_wrapper .content_title .title small {
  font-size: 12px;
  line-height: 14px;
  color: white;
  font-weight: bold;
  display: none;
}

.jptstj .content_wrapper .desc {
  line-height: 24px;
  /* width: 200px; */
  max-height: 200px;
  overflow: hidden;
  margin-bottom: 0;
  transition: all 0.7s;
}

.jptstj .gallery_wrapper .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
}

.jptstj .gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item {
  /* position: relative; */
  /* height: 200px; */
  overflow: hidden;
  z-index: 1;
}

.jptstj .gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jptstj
  .gallery_wrapper
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item
  .links_wrapper {
  z-index: 1;
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 30px;
  transform: translateX(calc(100% + 35px));
  transition: all 0.5s;
}

.jptstj .gallery_wrapper .owl-stage-outer .owl-stage .owl-item {
  transition: width 0.5s;
}

.jptstj .gallery_wrapper .owl-stage-outer .owl-stage .owl-item.active.center {
  height: 320px;
}

.jptstj
  .gallery_wrapper
  .owl-stage-outer
  .owl-stage
  .owl-item.active.center
  .item {
  height: 320px;
}

.jptstj
  .gallery_wrapper
  .owl-stage-outer
  .owl-stage
  .owl-item.active.center
  .item
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jptstj
  .gallery_wrapper
  .owl-stage-outer
  .owl-stage
  .owl-item.active.center
  .item
  .links_wrapper {
  transform: translateX(0);
  transition-delay: 0.6s;
}

.jptstj
  .gallery_wrapper
  .owl-stage-outer
  .owl-stage
  .owl-item.active.center
  .item::before {
  top: 100px;
  opacity: 1;
}

.jptstj .owl-carousel .owl-nav {
  text-align: center;
  padding-top: 11rem;
  /* position: relative; */
  /* bottom: -230px; */
}

.jptstj .owl-carousel .owl-nav .owl-prev,
.jptstj .owl-carousel .owl-nav .owl-next {
  width: 120px;
  height: 30px;
  background-size: 35px;
  background-position: center;
  background-repeat: no-repeat;
}

.jptstj .owl-carousel .owl-nav .owl-prev {
  background-image: url("../images/cc-chevron-left.png");
}

.jptstj .owl-carousel .owl-nav .owl-next {
  background-image: url("../images/cc-chevron-right.png");
}

.gsdsj .point {
  cursor: pointer;
}

.gsdsj .point:hover {
  color: var(--primary);
}

.footer {
  color: #fff;
  text-align: center;
  float:left;
}

.footer .footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 80px;
}

.footer .footer-section {
  flex: 1;
  text-align: start;
}

.footer .footer-section h2 {
  border-bottom: 2px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

.footer .footer-section ul {
  display: inline-block;
  list-style: none;
  padding: 0;
}

.footer .footer-section ul li {
  margin: 10px 0;
}

.footer .footer-section ul li a {
  color: #fff;
  text-decoration: none;
}

.footer .footer-section ul li a.more {
  color: #a5bccc;
  font-size: 12px;
  float: right;
}

.footer .footer-section ul li a:hover {
  text-decoration: underline;
}

.footer .qr-code,
.footer .stock-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-right: -20px;
}

.footer .stock-info h3 {
  margin: 0;
  font-size: 18px;
}

.footer .stock-info p {
  margin: 5px 0;
  font-size: 24px;
}

.footer .footer-bottom {
  padding-top: 10px;
  margin-top: 40px;
  padding-bottom: 20px;
  color: #a5bccc;
  font-size: 14px;
  /* font-size: 12px; */
}
.footer a,.footer-bottom{
 color: #a5bccc;
}
.btm2 a,.btm2 a:visited,.btm2 a:link{
 color: #a5bccc;
}
.btm2 a:hover,.btm2 a:link{
 color: #a5bccc;
}
#zhuanti .owl-carousel .owl-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.zhuanti .owl-carousel .owl-nav {
  text-align: center;
  padding-top: 4rem;
}

.zhuanti .owl-carousel .owl-nav .owl-prev,
.zhuanti .owl-carousel .owl-nav .owl-next {
  width: 120px;
  height: 30px;
  background-size: 35px;
  background-position: center;
  background-repeat: no-repeat;
}

.zhuanti .owl-carousel .owl-nav .owl-prev {
  background-image: url("../images/cc-chevron-left.png");
}

.zhuanti .owl-carousel .owl-nav .owl-next {
  background-image: url("../images/cc-chevron-right.png");
}

.zhuanti .bkilitit {
  position: absolute;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
  width: 100%;
  color: #ddd;
      height: 54px;
    line-height: 54px;
    text-align: center;
    margin-bottom:0;
}
.zhuanti .item:hover .bkilitit {
background-color:rgba(15, 125, 181, 0.7);
font-weight:bold;
}

.zhuanti .bkilitit a {
  color: #fff !important;
}
.navbar-dark .navbar-nav .nav-link {
    color:rgba(255,255,255,.9);
}
.dropdown-item {
height: 40px;
line-height: 40px;
text-align:center;
}
@media (min-width: 1000px) {
    #first-screen .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    #first-screen .navbar {
        padding: 1rem !important;
    }
    #zhuanti .owl-carousel .owl-item img {
        height: 260px;
    }
}
@media(min-width:1350px) {
    #first-screen .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

}
@media (min-width: 1590px) {
    #zhuanti .owl-carousel .owl-item img {
        height: 300px;
    }
    #first-screen .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

@media (min-width: 1910px) {
    #first-screen .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    #zhuanti .owl-carousel .owl-item img {
        height: 400px;
    }
}